Version: 2.0
Newest tested Bukkit/Spigot version: 1.8.8
Optional dependency for cuboid selections: WorldEdit
If you want enchanted or renamed items use /dt <radius> hand [amount]. This uses the item in your hand!
Thanks for this video by VariationVault:
My old video:
The main command is: /dispensertools
The main permissions which contains all other is: DispenserTools.all
The permission to get update Notifications is: DispenserTools.updateinfo (You'll also get the notification if you have the ".all" Permission )
Quote:/dispensertools
Quote:Alias: /dito or /p or /dispenser or /disp
Permission: DispenserTools.help
Shows the Help if you use it without Arguments/dt reload
Quote:Alias: /dt r
Permission: DispenserTools.reload
Reloads the config if you changed something in it and don't want to restart/reload you entire server/dt <radius> [item] [amount]
Quote:Permission: DispenserTools.interact
Replace <radius> with:Quote:selection
Quote:Alias: s or sel
Use the WorldEdit selectionnumber
Quote:Example: 10 or 20
use a number to interact with all blocks in this distance arround youOnly <radius> is required
Replace [item] with:
Quote:Item-name or Item-id
Quote:Examples: 'snow_ball' or '262' or 'spawn_egg:54' or '383:54'
Fills [amount] of the item in the dispensers in the selection/radiusfireworks
Quote:Aliases: fw, f
Fills [amount] random generated fireworks in the dispensers in the selection/radius
By default the plugin will fill every slot of the dispenser with different fireworks. E.G if you choose 27 as [amount] it will fill every slot of every dispenser in the selection/radius with 3 firework (3per slot * 9 slot equals with 27). You can disable this in the config.yml. Then it'll put 27 fireworks in the first slot.count
Quote:Aliases: co, number, num, n
Changes the count of every items in every dispenser in the selection to [amount]
Use 'infinite' / 'inf' or 'i' as amount to create infinite dispensers! Example: One dispenser is filled with 23 iron and 10 arrows and you type "/dt 10 count 64" as result it will be filled with 64 iron and 64 arrowsDispense
Quote:Alias: d
Dispenses [amount] Items from the selected dispensers. Will shot arrows / fireworks and drop items like stoneclear
Quote:Alias: c
Clears all items in Dispensers in the selected Area/Radiusnothing or hand
Quote:Alias: h
If you leave it blank it will use the item in your hand to fill [amount] of it into all dispensers in the selection/radius Supports item data values like spawn eggs and wool colors IMPORTANT: you can't define an [amount] then unless you use 'hand' or 'h'!Replace [amount] with:
Quote:A number
Quote:The number will be used for filling, changing item count and dispensing items from dispensers
Infinite
Quote:Alias: inf, i
Only works if [item] is an actual item, firework or count. It uses infinite stack that will expire never :Dnothing
Quote:If you leave the argument blank the default stack size (64) will be used for filling and changing count, but one for dispensing
Simply put the "DispenserTools.jar" in your "plugins" folder and reload or restart the server.
Config file (\plugins\DispenserTools\config.yml):
If you want to change the main command or an alias open the DispenserTools.jar with Winrar or 7zip and edit the commands section
•Add the possibility to use item data. E.g. 35:4 for yellow wool.
•Add automatic update infos
•Add support for the new droppers in 1.5
Write a comment if you have suggestions :)
"+" added something
"-" removed something
"" changed something
2.0
+ compatibility with Bukkit/Spigot version 1.8.8
~ bugfixes
1.3
+ item data values are possible! Example: 35:11 for blue wool or stone_pickaxe:50 for a damaged pickaxe :)
+ color codes for custom item names and item lores
+ custom item lores
+ custom item name
+ custom item enchantments
~ improved ingame help
1.2
+ possibility to use 'infinite' / 'inf' / 'i' for fireworks, filling and setting number
+ possibility to change amount of items (/dt s count infinite)
+ 'hand' / 'h' argument to use the item in your hand
~ changed some message colors
~ improved help text
~ some small bugfixes
1.1
+ support for Droppers
+ update notifications
~ cleaned up plugin.yml
~ increased the max number of effects for random fireworks
1.0
+ First version